projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
847aabc
)
(Ftext_property_not_all): For trivial yes, return start, not Qt.
author
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 19:47:26 +0000
(19:47 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Mon, 22 Nov 1993 19:47:26 +0000
(19:47 +0000)
src/textprop.c
patch
|
blob
|
history
diff --git
a/src/textprop.c
b/src/textprop.c
index a95b9a9af5d40aa0bc3b7e9d9764b9c3b0e55317..6c317063d6d39a0106858c2da3818e6888cae451 100644
(file)
--- a/
src/textprop.c
+++ b/
src/textprop.c
@@
-1010,7
+1010,7
@@
containing the text.")
XSET (object, Lisp_Buffer, current_buffer);
i = validate_interval_range (object, &start, &end, soft);
if (NULL_INTERVAL_P (i))
- return (NILP (value) || EQ (start, end)) ? Qnil :
Q
t;
+ return (NILP (value) || EQ (start, end)) ? Qnil :
star
t;
s = XINT (start);
e = XINT (end);